-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add validation for envoy gateway watch mode field and update doc #2431
Conversation
Signed-off-by: Shawnh2 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2431 +/- ##
==========================================
- Coverage 64.72% 64.70% -0.02%
==========================================
Files 115 115
Lines 17402 17415 +13
==========================================
+ Hits 11264 11269 +5
- Misses 5424 5431 +7
- Partials 714 715 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Shawnh2 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Co-authored-by: Arko Dasgupta <[email protected]> Signed-off-by: sh2 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
Signed-off-by: Shawnh2 <[email protected]>
…envoyproxy#2431) * add validate for envoy gateway watch mode field and update doc Signed-off-by: Shawnh2 <[email protected]> * resolve ci and update doc types Signed-off-by: Shawnh2 <[email protected]> * Update api/v1alpha1/envoygateway_types.go Co-authored-by: Arko Dasgupta <[email protected]> Signed-off-by: sh2 <[email protected]> * resolve gen-check Signed-off-by: Shawnh2 <[email protected]> --------- Signed-off-by: Shawnh2 <[email protected]> Signed-off-by: sh2 <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]> Co-authored-by: Xunzhuo <[email protected]> Signed-off-by: A3bz <[email protected]>
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2430